[INFO] cloning repository https://github.com/anisse/advent2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anisse/advent2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanisse%2Fadvent2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanisse%2Fadvent2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e7217ee7bdf9a2006d62b7207814fd6e324d46ba
[INFO] fixing anisse/advent2024 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanisse%2Fadvent2024" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/anisse/advent2024
[INFO] finished tweaking git repo https://github.com/anisse/advent2024
[INFO] tweaked toml for git repo https://github.com/anisse/advent2024 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anisse/advent2024 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anisse/advent2024 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7
[INFO] running `Command { std: "docker" "start" "f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking advent2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day15.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day15.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let (map, moves) = parse(input!());
[INFO] [stdout]   |                              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day11.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day11.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let things = parse(input!());
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day08.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day08.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let things = parse(input!());
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day16.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day16.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let map = grid(input!());
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day06.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day06.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let things = parse(input!());
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day05.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day05.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let (o, u) = parse(input!());
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day13.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day13.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let things = parse(input!());
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../inputs/day12.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day12.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let things = parse(input!());
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` which comes from the expansion of the macro `input` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent2024` (bin "day11" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `advent2024` (bin "day15") due to 1 previous error
[INFO] [stderr] error: could not compile `advent2024` (bin "day13" test) due to 1 previous error
[INFO] [stderr] error: could not compile `advent2024` (bin "day05" test) due to 1 previous error
[INFO] [stderr] error: could not compile `advent2024` (bin "day08") due to 1 previous error
[INFO] [stderr] error: could not compile `advent2024` (bin "day16") due to 1 previous error
[INFO] [stderr] error: could not compile `advent2024` (bin "day06" test) due to 1 previous error
[INFO] [stderr] error: could not compile `advent2024` (bin "day12") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7", kill_on_drop: false }`
[INFO] [stdout] f19cf512b4f1796999b648de2ee8fce2ecd09bcc8d249ceeaf3844be0b5905d7
